#imgConac{
	vertical-align: middle!important;
}
.banner2 .swiper-container {
      width: 100%;
      height: 100%;
    }
.banner2 .swiper-slide {
      background-position: center;
      background-size: cover;
    }

.banner2 .swiper-pagination-white .swiper-pagination-bullet-active{
	background: #011665;
}

.banner-bottoms .swiper-pagination-white .swiper-pagination-bullet-active{
	background: #011665;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}


.sd_banner .swiper-container {
	padding-left: 11px;
}

.swiper-container .swiper-pagination {
	right: 10px;
	bottom: 20px;
	width: auto;
	text-align: right;
}


.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px!important;
}

.swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
	/*margin-right: 0!important;*/
}

.swiper-pagination-bullet {
	width:14px;
    height:3px;
	background: #fff;
	opacity: 1;
	border-radius: 0px;
    margin: 0 5px 0 0;
}

.swiper-pagination-bullet-active {
	background: #DA3838;
}

.full {
	position: absolute;
    width: 100%;
}

.full img {
	width: 100%;
}

.sdqf .swiper-pagination-bullet{
	border:none!important;
	
}
.sdqf .tab-swiper ::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}
.sdqf , ::after, ::before{
	box-sizing:0!important;
}

.sdqf .swiper-pagination-bullet{
	width: 64px!important;
	font-size: 16px;
	font-weight: 700!important;
	color:#777;
	margin: 7px 0 0 0;
}

.border-l-r-r{
	border-right: 1px solid #375132;
}

.sdqf .swiper-pagination-bullet-active{
	background-color:transparent; 
}

.sdqf .swiper-pagination-bullet{
	background-color:transparent; 
}

.swiper-button-prev.swiper-button-white{
    background-image: url(../img/img_Previous.png);
 	display: inline-block;
    width: 45px;
    height: 49px;
    background-size: 100% 100%;
    left: 0;
    background-color: rgba(0,0,0,0)!important;
}

.swiper-button-next.swiper-button-white{
	background-image: url(../img/img_Next.png);
 	display: inline-block;
    width: 45px;
    height: 49px;
    background-size: 100% 100%;
    right: 0;
    background-color: rgba(0,0,0,0)!important;
}
/*.slide-1 .preload {
	background: url(../img/01_s.jpg) no-repeat left top/100% 100%;
}

.slide-2 .preload {
	background: url(../img/02_s.jpg) no-repeat left top/100% 100%;
}

.slide-3 .preload {
	background: url(../img/03_s.jpg) no-repeat left top/100% 100%;
}

.slide-4 .preload {
	background: url(../img/04_s.jpg) no-repeat left top/100% 100%;
}*/

.homepage-left100 {
	width: 100%;
	position: absolute;
	
	z-index: 10;
	/*transform: translate(-50%, -50%);*/
	left: 0;
	bottom: 0;
}

.homepage-left100 .txt {
	text-transform: uppercase;
	/*font-size: 48px;
	letter-spacing: 16px;
	line-height: 72px;*/
	width: 100%;
	/*position: absolute;*/
	color: #fff;
	background:rgba(3,22,102,.8);
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	padding: 0 2%;
}

.homepage-left100 .txt h5{
	width: 80%;
}

.txtCenter {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 15px;
}

.txtCenter .txt {
	font-size: 125px;
	letter-spacing: -2px;
	line-height: 115px;
	color: #121212;
	text-align: center;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
}

.whiteTxt {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.whiteTxt .txt {
	font-size: 65px;
	letter-spacing: -2px;
	line-height: 82px;
	color: #ffffff;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
	background-color: rgba(0,0,0,.4)
}
.swiper-button-next, .swiper-button-prev{
	    background-size: 14px 44px;
}
@media  only screen and (max-width:768px) {
	header,footer {
		position: static;
	}

	.swiper-container {
		height: auto;
	}

	.swiper-button-prev,.swiper-button-next,header ul li:not(:first-child) {
		display: none;
	}

	.homepage-left100 .txt {
		font-size: 24px;
		letter-spacing: 8px;
		line-height: 36px;
	}

	.txtCenter .txt {
		font-size: 60px;
		letter-spacing: 0;
		line-height: 55px;
	}

	.whiteTxt .txt {
		font-size: 30px;
		letter-spacing: 0;
		line-height: 40px;
	}

	.swiper-container .swiper-pagination {
		bottom: 10px;
	}

	.pcHidden {
		display: block;
	}
}	